[+wlpe.message+]
<div id="wlpeProfileDelete">
	<form id="wlpeProfileDeleteForm" name="profileDelteForm" action="[~[*id*]~]" method="POST">
		<fieldset id="wlpeProfileDeleteFieldset">
			<legend id="wlpeProfileDeleteFieldsetLegend">Delete User Profile</legend>
			<h1 id="wlpeProfileDeleteWarning" class="warning">WARNING!</h1>
			<p>You are about to delete the profile of &quot;[+post.username+]&quot;. Are you sure you want to continue?</p>

		</fieldset>
		<fieldset id="wlpeProfileDeleteButtonsFieldset">
			<button type="submit" id="wlpeProfileDeleteButton" name="service" value="confirmdeleteuser">YES! DELETE [+post.username+]'s profile</button>
			<button type="submit" id="wlpeProfileCancelButton" name="service" value="doNotDelete">NO! Keep this profile</button>
		</fieldset>
	</form>
</div>